ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DropDownTagHelper<TControl> Class / LostFocus Property

In This Topic
    LostFocus Property (DropDownTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus.
    Syntax
    'Declaration
     
    Public Property LostFocus As String
    public string LostFocus {get; set;}
    See Also